home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d14 / dde_lib.arc / READLIB.TXT < prev    next >
Text File  |  1990-12-25  |  3KB  |  82 lines

  1.                  DDELIB
  2.             Horizon Technologies Inc.
  3.                  (517) 347-0800
  4. ------------------------------------------------------------------------
  5.  
  6. Please find included in this archive:
  7.  
  8.     READLIB.TXT
  9.     Contains this document.
  10.  
  11.     DDELIB.DLL
  12.     Windows 3.0 dynamic link library called by the sample DDE programs
  13.     and by any programs that you develop using DDELIB.  This file must be
  14.     accessable via your path statement or in the current directory to run
  15.     the sample programs.
  16.  
  17.     DDELIB.PRN
  18.     Print file documenting DDELIB for Windows C programmers.
  19.  
  20.     DDEDEMOS.PRN
  21.     Print file documenting the sample DDE programs.
  22.  
  23.     DDELIB.REG
  24.     Registration form to register DDELIB.
  25.  
  26.     ACCEXCEL.EXE SESSION.EXE SESSUTIL.EXE SUB.EXE
  27.     Sample DDE programs as documented in DDEDEMOS.TXT
  28.  
  29.     ACCEXCEL ACCEXCEL.C ACCEXCEL.DEF ACCEXCEL.H ACCEXCEL.ICO ACCEXCEL.RC
  30.     Source files for ACCEXCEL.EXE
  31.  
  32.     SESSION SESSION.C SESSION.DEF SESSION.H SESSION.ICO SESSION.RC
  33.     Source files for SESSION.EXE
  34.  
  35.     SESSUTIL SESSUTIL.C SESSUTIL.DEF SESSUTIL.H SESSUTIL.ICO SESSUTIL.RC
  36.     Source files for SESSUTIL.EXE
  37.  
  38.     SUB SUB.C SUB.DEF SUB.H SUB.ICO SUB.RC
  39.     Source files for SUB.EXE
  40.  
  41.     DDELIB.DOC
  42.     Word for Windows (WINWORD) file version of DDELIB.TXT.
  43.  
  44.     DDEDEMOS.DOC
  45.     Word for Windows (WINWORD) file version of DDEDEMOS.TXT.
  46.  
  47.     FISH3.EXE
  48.     Aquarium for submarine.
  49.  
  50.  
  51. To use DDELIB:
  52.  
  53.     Print out and read DDELIB.REG.
  54.     Print out and read DDELIB.PRN.
  55.     Print out and read DDEDEMOS.PRN.
  56.     Copy FISH3.EXE, DDELIB.EXE, ACCEXCEL, SESSION.EXE,
  57.     SESSUTIL.EXE and SUB.EXE into your WINDOWS directory.
  58.     
  59.     RUNNING ACCEXCEL -
  60.     Run EXCEL.EXE using the Program Manager.
  61.     Run ACCEXCEL.EXE using the Program Manager.
  62.     
  63.     RUNNING SUB -
  64.     Run FISH3.EXE using the Program Manager.
  65.     Run SUB.EXE using the Program Manager.
  66.     Note - End SUB.EXE before ending FISH.EXE since there seems to be
  67.         a problem with FISH.EXE.
  68.     
  69.     RUNNING SESSION -
  70.     Run SESSION.EXE using the Program Manager.
  71.     Run SESSUTIL.EXE using the Program Manager.
  72.     Run SESSUTIL.EXE again using the Program Manager.
  73.     Run SESSUTIL.EXE again using the Program Manager.
  74.  
  75.     WRITING DDE APPLICATIONS -
  76.     Copy the rest of the files to a developement directory.
  77.     Study ACCEXCEL, SUB and SESSUTIL as DDE client applications.
  78.     Study SESSION as a DDE server application.
  79.     If your copy of the segmented linker is not named link.exe
  80.         (i.e. link4.exe) then you will have to modify the make files
  81.         distributed with the sample applications.
  82.